home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ubiquity.postrm < prev    next >
Text File  |  2008-10-29  |  363b  |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdebconf
  4. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  5.     . /usr/share/debconf/confmodule
  6.     db_purge
  7. fi
  8. # End automatically added section
  9. # Automatically added by dh_installinit
  10. if [ "$1" = "purge" ] ; then
  11.     update-rc.d ubiquity remove >/dev/null || exit $?
  12. fi
  13. # End automatically added section
  14.